home *** CD-ROM | disk | FTP | other *** search
/ Amiga Aktuell / Amiga Aktuell.iso / amiga-aktuell / net tools / fido net / mmgr / mmgr030 / config / example.cfg next >
Text File  |  1996-09-05  |  24KB  |  829 lines

  1.  
  2. ;#DEFSYSOPNAME "<SysopName>"
  3. ; This is the default SysopName, used if you do not specify a SysopName for the area.
  4.  
  5. #DEFSYSOPNAME "Pino Aliberti"
  6.  
  7.  
  8. ;#SYSOPNAME <Label> "<SysopName>"
  9. ; Here you have to list all your SysopNames
  10.  
  11. #SYSOPNAME MMMaster "MM Master"
  12.  
  13.  
  14. ;#ADDRESS <Address> <FakeNet>
  15. ;#AKA     <Address> <FakeNet>
  16. ; Here you have to list all YOUR addresses
  17. ; If you use #AKA, the address won't be scanned in the search of the nearest Address
  18.  
  19. #ADDRESS  2:335/602.2@fidonet  0
  20. #ADDRESS  39:102/10.0@amiganet 10210
  21. #AKA      39:102/1.2@amiganet  1021
  22. #ADDRESS  99:99/99.99@netgate  0
  23.  
  24.  
  25.  
  26. ;#GROUP <Label>
  27. ; Here you have to list all the group Labels
  28.  
  29. #GROUP netmail
  30. #GROUP fidonet
  31. #GROUP amiganet
  32. #GROUP amiganetpoints
  33. #GROUP bad
  34. #GROUP    netgated
  35.  
  36.  
  37. ;#ARCHIVER <Label> <Offset> "<Pattern>" "<Crunch Command>"  "<Decrunch Command>"
  38. ; Mail Manager is able to self recognize different archivers.
  39. ; <Label> is the Label of the archiver used in the #NODE lines
  40. ; <Offset> is the position of the pattern within the archive
  41. ; <Pattern> is the pattern that identifies a type of archive
  42.  
  43. #ARCHIVER    LZX    0    "LZX"    "BIN:LZX -X0 a"    "BIN:LZX -X0 x"
  44. #ARCHIVER    LHA    2    "-lh"    "BIN:LhA a"    "BIN:LhA x"
  45. #ARCHIVER    ZIP    0    "PK"    "BIN:LhA a"    "DH0:CMP/UnZip -x"
  46. #ARCHIVER    ZOO    0    "ZOO"    "BIN:Zoo a"    "BIN:Zoo x"
  47. #ARCHIVER    ARC    0    ""    "BIN:Arc a"    "BIN:Arc x"
  48.  
  49.  
  50.  
  51.  
  52. ;#NODE <Address> <Addr Type> <PKT Type> <Echo Flavor> <Tick Flavor> <Archiver>
  53. ;Group <GroupLabel> <GroupLevel>
  54. ;Group <GroupLabel> <GroupLevel>
  55. ;...
  56. ;PacketPw   "<Password>"
  57. ;AreaFixPw  "<Password>"
  58. ;TickPw     "<Password>"
  59. ;UserFlags  "<Flags>"
  60. ;CanCreateAreas <Path> <Address> <MsgBase> <GroupLabel> <GroupLevel>
  61. ;
  62. ;
  63. ; Here you have to list the addresses of all the Nodes that send/receive mail from you
  64. ; <Address>    : Is the Address of the node in 5D format
  65. ; <Addr Type>  : ADDR2D/ADDR4D/ADDR5D Type of Seen-By/Path lines
  66. ; <PKT Type>   : PACK3D/PACK4D/PACK5D Type of PKT
  67. ; <Echo Flavor>: NORMAL/DIRECT/CRASH/HOLD/VIRTUAL Flavor of ECHOMAIL Packets
  68. ;         Packets will never be created for a VIRTUAL node
  69. ; <Tick Flavor>: NORMAL/DIRECT/CRASH/HOLD/VIRTUAL Flavor of TICK Files
  70. ;         Tick Files will never be created for a VIRTUAL node
  71. ; <Archiver>   : Is the archiver used for crunching mail for this node
  72. ;
  73. ;
  74. ; the "Group" lines list the Groups the Node is linked to
  75. ;  <GroupLabel>  : is the Label of the group
  76. ;  <GroupLevel> : is the access level of this node within the group
  77. ;
  78. ; the "PacketPw" line sets the password inserted inside PKTs for this node ( max 8 chrs !!! )
  79. ;
  80. ; the "AreaFixPw" line sets the AreaFix Password of the Node.
  81. ;
  82. ; the "TickPw" line sets the Tick Password of the Node.
  83. ;
  84. ; the "UserFlags" line could be used for storing custom flags for the Node
  85. ;
  86. ; If you specify a "CanCreateAreas" line the node can create new areas automatically.
  87. ;  <Path>        is the Path where MM will create the the New Area Directory
  88. ;  <Address>     is the your Address used in the Area
  89. ;  <MsgBase>     is the type of MsgBase used for the Area
  90. ;  <GroupLabel>   is the Label of the group the Area will belong to
  91. ;  <GroupLevel>  is the access level required for the area within the group
  92. ;
  93.  
  94. #NODE    2:335/602.0@fidonet    ADDR5D    PACK5D    NORMAL    NORMAL    LHA
  95. Group      fidonet 20
  96. PacketPw   "xxx"
  97. TickPw     "xxx"
  98. CanCreateAreas  MAIL:FIDO/  2:335/602.2@fidonet  Compressed  fidonet 10
  99.  
  100. #NODE    39:102/1.0@amiganet    ADDR5D    PACK5D    NORMAL    NORMAL    LHA
  101. Group      amiganet 20
  102. PacketPw   "xxx"
  103. TickPw     "xxx"
  104. UserFlags  "MMAFIX=Test MMMSGTRK=Flags"
  105. CanCreateAreas  MAIL:AMY/  39:102/10.0@amiganet  Compressed  amiganet 10
  106.  
  107. #NODE    39:102/10.1@amiganet    ADDR2D    PACK3D    HOLD    NORMAL    LHA
  108. Group      amiganet 10
  109. Group      amiganetpoints 10
  110.  
  111. #NODE    99:99/99.0@netgate    ADDR2D    PACK3D    NORMAL    NORMAL    NONE
  112. CanCreateAreas  MAIL:NETGATE/  99:99/99.99@netgate  Compressed  netgated 0
  113.  
  114. #NODE    999:999/999.0@virtual    ADDR5D    PACK5D    VIRTUAL    VIRTUAL    LHA
  115.  
  116.  
  117.  
  118.  
  119.  
  120. ;#ROUTING <FromNode> <FromFlavor> <Action> <ToNode> <ToFlavor>
  121. ; Here you have to describe the Routing actions for NETMAIL.
  122. ; <FromNode>   : You can use every AmigaDos wildcard for every field
  123. ; <FromFlavor> : NORMAL/DIRECT/CRASH/HOLD/ALL
  124. ; <Action>     : SEND/ARCHIVE - SEND sends mail uncompressed , ARCHIVE compress MAIL with the configured ARCHIVER
  125. ; <ToNode>     : Must be one of the Nodes listed in the #NODE lines
  126. ; <ToFlavor>   : NORMAL/DIRECT/CRASH/HOLD
  127.  
  128. #ROUTING    *:*/*.*@fidonet            ALL        SEND        2:335/602.0@fidonet     NORMAL
  129. #ROUTING    *:*/*.*@amiganet        ALL        SEND        39:102/1.0@amiganet     NORMAL
  130. #ROUTING    [1-6]:*/*.*@*            ALL        SEND        2:335/602.0@fidonet     NORMAL
  131. #ROUTING    ((39)|(40)|(41)):*/*.*@*    ALL        SEND        39:102/1.0@amiganet     NORMAL
  132.  
  133.  
  134.  
  135. ;#UUCPGATE  <Node> "<Name>"
  136. ; This is the address and the username of the node cnfigured as UUCP Gate
  137.  
  138. #UUCPGATE 99:99/99.0@netgate ""
  139.  
  140.  
  141.  
  142. ;#INBOUND <dir>
  143. ; It is the directory where MM will look for incoming Bundles, Packets and Files
  144.  
  145. #INBOUND    IN:
  146.  
  147.  
  148.  
  149. ;#OUTBOUND <dir>
  150. ; It is the directory where MM will place outgoing Packets and Flow Files
  151.  
  152. #OUTBOUND    OUT:
  153.  
  154.  
  155.  
  156. ;#BUNDLEDIR <dir>
  157. ; It is the directory where MM will place outgoing Bundles
  158.  
  159. #BUNDLEDIR    OUT:BUNDLES/
  160.  
  161.  
  162.  
  163. ;#TICDIR <dir>
  164. ; It is the directory where MM will place outgoing .TIC files
  165.  
  166. #TICDIR        OUT:TICS/
  167.  
  168.  
  169.  
  170. ;#TEMPPKTDIR <dir>
  171. ; It is the directory where MM will create temporary Packets during the Export operation.
  172. ; It MUST be different from the #INBOUND and #WORKDIR directories
  173.  
  174. #TEMPPKTDIR    OUT:TMPPKTDIR/
  175.  
  176.  
  177.  
  178. ;#BADDIR <dir>
  179. ; It is the directory where MM will move wrong and corrupted incoming Packets and Tick files
  180.  
  181. #BADDIR    BAD:
  182.  
  183.  
  184.  
  185. ;#BACKUPDIR <dir>
  186. ; It is the directory where MM will copy incoming Bundles and Packets before the Import
  187.  
  188. #BACKUPDIR    BAK:
  189.  
  190.  
  191.  
  192. ;#WORKDIR <dir>
  193. ; It is the directory where MM will UnArc incoming Bundles before the Import
  194.  
  195. #WORKDIR    T:
  196.  
  197.  
  198.  
  199. ;#MAILDEV <dir>
  200. ; It is the directory that will be monitored by MM in order to show you the available disk space
  201.  
  202. #MAILDEV    MAIL:
  203.  
  204.  
  205.  
  206. #STATS        "MM:MailManager.Stats"
  207. #USERLIST    "Nodelist:MM.Userlist"
  208. #NODELISTDIR    Nodelist:
  209. #EDITOR        "BIN:ED %s -sticky"
  210. #TEMPFILE    "T:MM.TRANS"
  211.  
  212.  
  213.  
  214. ;#FORWARDTXT "<String>"
  215. ; In the <String> you can insert the following control characters:
  216. ;
  217. ;     \n - NewLine
  218. ;     \q - Quotations Marks (")
  219. ;     \% - Percentage char (%)
  220. ;
  221. ;     %F - Name of the Sender (Name and SurName)
  222. ;     %f - Name of the Sender (Name)
  223. ;     %K - Address of the Sender ( without Domain )
  224. ;     %k - Address of the Sender ( without Point and Domain )
  225. ;     %T - Name of the Addressee (Name and SurName)
  226. ;     %t - Name  of the Addressee(Name)
  227. ;     %J - Address of the Addressee ( without Domain )
  228. ;     %j - Address of the Addressee ( without Point and Domain )
  229. ;     %S - Subject of the message (Complete)
  230. ;     %s - Subject of the message (First 20 characters)
  231. ;     %D - Date and Time of the message
  232. ;     %d - Date of the message
  233. ;     %X - Current Date and Time
  234. ;     %x - Current Date
  235. ;     %Y - Sysop Name (Name and Surname)
  236. ;     %a - Tag Name of the area
  237. ;     %p - Path of the area
  238. ;     %n - Number of the message
  239. ;
  240. ;  If %F, %f, %T or %t are followed by some text enclosed in two `~'s
  241. ;  this text will be used if the message was directed to or written by
  242. ;  yourself.  For example: "Look what %F~I~ wrote to %T~me~:"
  243.  
  244. #FORWARDTXT     " Message forwarded from Area [%a]\n  Original From: %F\n  Original To  : %T\n  Original Subj: %S\n  Original Date: %d\n\n"
  245.  
  246.  
  247.  
  248.  
  249. ;#DEFPROLOGUE "<String>"
  250. ; This is the default Prologue, used if you do not specify a Prologue for the area.
  251. ; You can use the same ctrl chrs of #FORWARDTXT
  252.  
  253. #DEFPROLOGUE    "Hello %f,\n In a message dated %d you wrote to %T~me~ :\n\n"
  254.  
  255.  
  256. ;#PROLOGUE <Label> "<prologue>"
  257. ; Here you have to list all your Prologues
  258.  
  259. #PROLOGUE    Italiano    "Ciao %f,\n In un messaggio del %d scrivevi a %T~me~ :\n\n"
  260.  
  261.  
  262.  
  263.  
  264. ;#DEFLOGO "<String>"
  265. ; This is the default Logo, used if you do not specify a Logo for the area.
  266. ; If you set this to:  #DEFLOGO ""   MM won't insert a Logo.
  267.  
  268. #DEFLOGO    "\n                      Ciao !\n *Pino* *Aliberti*\n $2:335/602.2@fidonet$\n ^39:102/10.0@amiganet^\n #aliberti@mbox.vol.it#\n\n"
  269.  
  270.  
  271. ;#LOGO <Label> "<logo>"
  272. ; Here you have to list all your Logos
  273.  
  274. #LOGO    Short    "\n    Ciao !\n      Pino\n\n"
  275. #LOGO    UUCP    "\n  Ciao !\n         Pino Aliberti\n\n-------------------------------------------------------------\n Mail Manager Development     Internet: aliberti@mbox.vol.it\n Via delle Fontanelle, snc    Fidonet : 2:335/602.2@fidonet\n 67016 Paganica (AQ) ITALY    Amiganet: 39:102/10.0@amiganet\n-------------------------------------------------------------\n\n"
  276.  
  277.  
  278.  
  279.  
  280.  
  281. ;#DEFORIGIN "<origin>"
  282. ; This is the default Origin, used if you do not specify an Origin for the area
  283.  
  284. #DEFORIGIN        "Mail Manager, The Last Frontier !"
  285.  
  286.  
  287. ;#ORIGIN <Label> "<origin>"
  288. ; Here you have to list all your Origins
  289.  
  290. #ORIGIN        MMBeta    "Come on Guys, we are the best !"
  291. #ORIGINRANDOM    Random1    "MM:RandomOrigins.TXT"
  292.  
  293.  
  294.  
  295.  
  296. ;#DEFFONT <FontName>/<FontSize>
  297. ; This is the Default Font used for reading msgs.
  298. ; If you do not configure a Default Font MM will use the Fixed Width Font configured with MUI prefs.
  299.  
  300. #DEFFONT MMBrowse/11
  301.  
  302.  
  303. ;#FONT <Label> <FontName>/<FontSize>
  304. ; Here you have to list all the Fonts you want to use for reading msgs in different Areas
  305.  
  306. #FONT IBM    IBM/11
  307. #FONT XHelv    Helvetica/11
  308.  
  309.  
  310.  
  311.  
  312. ;#TICKCOMMAND <Label> "<command>"
  313. ; Here you have to list all the TickCommands you want to use in the Tick Areas
  314. ; Inside the <Command> string you can insert the following control characters:
  315. ;     \n - NewLine
  316. ;     \q - Quotations Marks (")
  317. ;      %s - Sysop Name
  318. ;      %a - Area Tag
  319. ;      %p - Area Path
  320. ;      %P - Area Alternate Path
  321. ;      %u - Area User Flags
  322. ;      %d - File Description
  323. ;      %b - File Size in Bytes
  324. ;      %n - Original File Name ( Only Name )
  325. ;      %N - Original File Name ( with the complete Path )
  326. ;      %m - Destination File Name ( Only Name )
  327. ;      %M - Destination File Name ( with the complete Path )
  328. ;      %r - File replaced ( Only Name )
  329. ;      %R - File replaced ( with the complete Path )
  330. ;      %o - Origin Node
  331. ;      %f - From Node                                        
  332. ;
  333. ;                  ########## WARNINGS ##########
  334. ;
  335. ; -  You cannot use MM ARexx commands inside the TickCommand
  336. ; -  MM checks the return code of the Tick Command.
  337. ;    If it is not = 0 the Tick file won't be processed further.
  338.  
  339. #TICKCOMMAND    DLG    "SYS:REXXC/RX MM:Rexx/MM_DLGUpload %a %p %n %N %o %b \q%u\q \q%r\q %d"
  340.  
  341.  
  342.  
  343. ;#DELETECHAR <char>
  344. ; This character will be inserted in front of the Bundle name before adding
  345. ; it to the Flow Files ( '#' '^' '-' for TrapDoor )
  346.  
  347. #DELETECHAR    #
  348.  
  349.  
  350.  
  351. ;#PREPARSEKLUDGE "<string>"
  352. ; This string will be inserted in front of every kludge line before showing it.
  353. ; You can insert here the following control characters:
  354. ;  \b   = Bold
  355. ;  \i   = Italic
  356. ;  \u   = Underline
  357. ;  \n   = Back to Plain
  358. ;  \<n> = Use pen number <n> (1..9)
  359.  
  360. #PREPARSEKLUDGE "\8"
  361.  
  362.  
  363. ;#PREPARSEQUOTED "<string>"
  364. ; This string will be inserted in front of every quoted line before showing it.
  365. ; You can insert here the same control codes used in #PREPARSEKLUDGE
  366.  
  367. #PREPARSEQUOTED "\3"
  368.  
  369.  
  370.  
  371. #ECHOLEVEL 4
  372. #LOGWINDOW "KCON:0/433/720/107/Mail Manager  Log Window/AUTO/INACTIVE/SCREEN MMScreen"
  373. #LOGLEVEL 4
  374. #LOGFILE "MM:MailManager.Log"
  375.  
  376.  
  377. ; #ARCHIVEFILE "<filename>"
  378. ; This is the default name of the file where MM will Archive Msgs. You can use the same ctrl chrs of #FORWARDTXT
  379. #ARCHIVEFILE "DH0:MISC/ARCHIVE/%a.TXT"
  380.  
  381.  
  382.  
  383. ;#CMDSTACK <Stack Size>
  384. ; This is the StackSize used for calling external commands ( Archivers, Text Editor, Custom Menu Commands
  385. ; and Tick Commands ) from inside MM. Default: 4096 bytes
  386.  
  387. #CMDSTACK 12000
  388.  
  389.  
  390.  
  391. ;#TASKPRI <priority>
  392. ; This is the Task Priority used by MM (valid values are from -20 to +20)
  393.  
  394. #TASKPRI 0
  395.  
  396.  
  397.  
  398. ;#MINFREEMEM <Kbytes>
  399. ; If your free mem is less that this value, MM will free some areas buffers before scanning the next area
  400.  
  401. #MINFREEMEM 2048
  402.  
  403.  
  404.  
  405. ;#MAXPKTSIZE <Kbytes>
  406. ; This is the rough maximum size of a PKT created during Export.
  407.  
  408. #MAXPKTSIZE 512
  409.  
  410.  
  411.  
  412. ;#MAXBUNDLESIZE <Kbytes>
  413. ; This is the VERY rough maximum size of a Bundle created during Export.
  414. ; The Size of a Bundle is checked _before_ adding the PKT.
  415. ; If the size is bigger than MaxBundleSize The PKT will be added to a new bundle
  416.  
  417. #MAXBUNDLESIZE 512
  418.  
  419.  
  420.  
  421. #NUMDUPES 500
  422.  
  423.  
  424.  
  425. ;#AREAORDER CONFIG/ALPHA/GROUPS/TOT/NEW/SYS/UNR/IMP
  426. ; Initial ordering of the Areas shown
  427.  
  428. #AREAORDER CONFIG
  429.  
  430.  
  431.  
  432.  
  433. ;#AREASHOW ALL/TOT/NEW/SYS/UNR/IMP/ECHO/MAIL
  434. ; Initial filter for the Areas shown
  435.  
  436. #AREASHOW TOT
  437.  
  438.  
  439.  
  440.  
  441.  
  442. ;#(NO)KEEPMATRIX
  443. ; By default INTRANSIT messages ( Imported messages not addressed to one of your #ADDRESSes or #AKAs )
  444. ; are flagged as 'DEL' as soon as Mail Manager has exported them. If you want to disable this
  445. ; you have to set #KEEPMATRIX.
  446.  
  447. #NOKEEPMATRIX
  448.  
  449.  
  450.  
  451. ;#(NO)KEEPSYSOP
  452. ; If you set #KEEPSYSOP, messages written or addressed to you won't be deleted by the Mail Manager
  453. ; Delete Function. Of course you can still delete them by setting the 'DEL' flag from inside Mail Manager.
  454.  
  455. #KEEPSYSOP
  456.  
  457.  
  458.  
  459. ;#(NO)CHECKDOMAIN
  460. ; If you set #CHECKDOMAIN MM will work in a full 5D environment
  461.  
  462. #CHECKDOMAIN
  463.  
  464.  
  465.  
  466. ;#(NO)ORIGIN5D
  467. ; If you set #ORIGIN5D the address in the Origin line will include the Domain
  468.  
  469. #ORIGIN5D
  470.  
  471.  
  472. ;#(NO)DOBACKUP
  473. ; If you set #DOBACKUP MailManager will made a copy of the Incoming Bundles and PKTs
  474. ; in the BackUpDir before starting the Import function.
  475.  
  476. #NODOBACKUP
  477.  
  478.  
  479.  
  480. ;#(NO)SAFEIMPORT
  481. ; If you set #SAFEIMPORT Mail Manager will delete a bundle only after it has imported
  482. ; all the PKT of the Bundle, otherwise it will delete the bundle as soon as it has unarced it.
  483.  
  484. #NOSAFEIMPORT
  485.  
  486.  
  487.  
  488. ;#(NO)SMARTEXPORT
  489. ; If you set #SMARTEXPORT When you click on the Export Gadget of the Areas window and
  490. ; there is no Area Selected MM will xport only areas with the 'E' flag; 
  491. ; with #NOSMARTEXPORT MM will export all the areas
  492.  
  493. #SMARTEXPORT
  494.  
  495.  
  496.  
  497. ;#(NO)CRUNCHMAIL
  498. ; If set, NetMail for points will be crunched with the configured archiver.
  499.  
  500. #NOCRUNCHMAIL
  501.  
  502.  
  503.  
  504. ;#(NO)PACKEVERYBUNDLE
  505. ; If set, Mail Manager will archive exported PKTs at the end of every Imported Bundle
  506. ; Otherwise it will archive exported PKTs at the end of the Import function
  507.  
  508. #NOPACKEVERYBUNDLE
  509.  
  510.  
  511.  
  512. ;#(NO)SHOWPASSTHRO
  513. ; If set, Mail Manager will show also PassThrough areas
  514.  
  515. #SHOWPASSTHRO
  516.  
  517.  
  518.  
  519. ;#(NO)TEXTSTYLES
  520.  
  521. #TEXTSTYLES
  522.  
  523.  
  524.  
  525. ;#(NO)SHOWKLUDGES
  526.  
  527. #SHOWKLUDGES
  528.  
  529.  
  530.  
  531. ;#(NO)QUOTEKLUDGES
  532.  
  533. #QUOTEKLUDGES
  534.  
  535.  
  536.  
  537. ;#(NO)ADDRETOSUBJ
  538. #NOADDRETOSUBJ
  539.  
  540.  
  541.  
  542. ;#(NO)THREADSOPENED
  543.  
  544. #THREADSOPENED
  545.  
  546.  
  547.  
  548. ;#(NO)REFLOW
  549.  
  550. #REFLOW
  551.  
  552.  
  553.  
  554. ;#(NO)AUTORENUMBER
  555.  
  556. #NOAUTORENUMBER
  557.  
  558.  
  559.  
  560. ;#CHECKDUPEMSGS NO/KEEP/BAD/KILL
  561.  
  562. #CHECKDUPEMSGS BAD
  563.  
  564.  
  565.  
  566. ;#CHECKDUPETICKS NO/KEEP/BAD/KILL
  567.  
  568. #CHECKDUPETICKS KEEP
  569.  
  570.  
  571.  
  572.  
  573. ;#AREASMENU "<name>" "<Command>" "<ShortCut>"
  574.  
  575. #AREASMENU    "Run ARexx"    "SYS:REXXC/RX MM:Rexx/MM_RunRexx"    "0"
  576. #AREASMENU    "Maui 1"    "BIN:Trapdoor call 2:335/602"        "1"
  577. #AREASMENU    "Maui 2"    "BIN:Trapdoor call 2:335/607"        "2"
  578. #AREASMENU    "Call ..."    "SYS:REXXC/RX MM:Rexx/MM_CallNode"    "3"
  579. #AREASMENU    "Send File"    "SYS:REXXC/RX MM:Rexx/MM_SendFile"    "4"
  580. #AREASMENU    "Import Ticks"    "SYS:REXXC/RX MM:Rexx/MM_ImportTicks"    "5"
  581. #AREASMENU    "MM Log"    "BIN:ed MM:MailManager.Log"        ""
  582. #AREASMENU    "TD Log"    "BIN:ed Mail:TrapDoor.Log"        ""
  583.  
  584.  
  585.  
  586. ;#BROWSEMENU "<name>" "<Command>" "<ShortCut>"
  587. ; the <Command> string can contain the same control chrs used in #FORWARDTXT
  588.  
  589. #BROWSEMENU    "Decode"    "SYS:REXXC/RX MM:Rexx/MM_SMFEDcode DECODE GUI AREA %a MSG %n"    ""
  590. #BROWSEMENU    "Encode"    "SYS:REXXC/RX MM:Rexx/MM_SMFEDcode ENCODE GUI AREA %a"        ""
  591. #BROWSEMENU    "AddUserList"    "SYS:REXXC/RX MM:REXX/MM_AddUser.rexx %a %n"            ""
  592. #BROWSEMENU    "NodeInfo"    "SYS:REXXC/RX MM:REXX/MM_GetNLNode %k"                ""
  593. #BROWSEMENU     "Call Node"    "SYS:REXXC/RX MM:Rexx/MM_CallNode %k"                ""
  594.  
  595.  
  596.  
  597. ;#(MAIL/ECHO/FECHO/BAD)AREA "<Name>" <Tag> <Path> <Address> <GroupLabel> <GroupLevel>
  598. ;TwoPassImport
  599. ;ReadOnly
  600. ;MsgBase   <MsgBase>                           <MsgBase>  = Plain / Indexed / Quick / Compressed / PassThrough
  601. ;Show      <Show>                              <Show>     = All / New / Sysop /UnRepl/ LastImp
  602. ;SortBy    <SortBy>                            <SortBy>   = Number / Date / From / To / Subject
  603. ;DeleteBy  <DeleteBy>  <Num>                   <DeleteBy> = Number / Date
  604. ;Desc      "<Description>"
  605. ;AltPath   <AltPath>
  606. ;Charset   <ReadCharset>  <WriteCharset>       <Charset> = ASCII / IBMPC / LATIN
  607. ;Font      <Font>
  608. ;SysopName <SysopName>
  609. ;Prologue  <Prologue>
  610. ;Logo      <Logo>
  611. ;Origin    <Origin>
  612. ;UserFlags <UserFlags>
  613. ;Nodes     <Nodes>
  614. ;
  615. ;
  616. ; Here you have to list all your Messages Areas
  617. ;
  618. ;  <Name>  is the Name of the Area (will be showed in the area list)
  619. ;          You can insert here the same control codes used in #PREPARSEKLUDGE
  620. ;  <Tag>  is the TagName of the Area
  621. ;  <Path>  is the Path of the Area Directory
  622. ;  <Address>  is the Address you will use in this Area
  623. ;  <GroupLabel>  is the Label of the group this area belongs to
  624. ;  <GroupLevel>  is the access level required for this area within the group
  625. ;
  626. ;
  627. ; Messages imported into an Area with a "TwoPassImport" line won't be automatically exported during import
  628. ;
  629. ; You cannot write messages into an Area with a "ReadOnly" line
  630. ;
  631. ; the "MsgBase" line describe the type of MsgBase used for the Area
  632. ;
  633. ; the "Show" line sets the initial state of the "Show" cycle gadget for the area
  634. ;
  635. ; the "SortBy" line sets the initial state of the "Sort" cycle gadget for the area
  636. ;
  637. ; the "DeleteBy" line sets the sorting method used for the delete function
  638. ; and the minimum number of msgs left after a Delete operation
  639. ;
  640. ; the "Desc" line sets the Description for the previously defined Area.
  641. ;
  642. ; the "AltPath" line sets the path where File Attached in MAIL or FECHO areas will be placed.
  643. ; If it is not specified files will be placed in the primary path
  644. ;
  645. ; the "Charset" line specifies the Charsets used in this area.
  646. ; the <ReadCharset> is the default Charset assumed when you are reading messages without a CHRS kludge
  647. ; the <WriteCharset> is Charset used for reading and writing messages
  648. ; If it is not specified, MM will use ASCII for Both.
  649. ;
  650. ; the "Font" line specifies the Font used for reading Messages in this area.
  651. ; If it is not specified MM will use the Font specified in #DEFFONT
  652. ; or, if you have not configured a Default Font, the Fixed Width Font configured with MUI Prefs
  653. ;
  654. ; the "SysopName" line specifies the SysopName used in the area.
  655. ; If it is not specified MM will use the name specified in #DEFSYSOPNAME
  656. ;
  657. ; the "Prologue" line specifies the Prologue used in the area.
  658. ; If it is not specified MM will use the origin specified in #DEFPROLOGUE
  659. ;
  660. ; the "Logo" line specifies the Logo used in the area.
  661. ; If it is not specified MM will use the origin specified in #DEFLOGO
  662. ;
  663. ; the "Origin" line specifies the Origin used in the area.
  664. ; If it is not specified MM will use the origin specified in #DEFORIGIN
  665. ;
  666. ; the "UserFlags" line is used for specifing the User Flags for the area.
  667. ; Mail Manager does not use this field. You can use it for your own purposes
  668. ;
  669. ; the "Nodes" line list all the nodes connected to the previously defined Area.
  670. ; The nodes should be listed in the same format used in a 4D Seen-By line. For example:
  671. ; Nodes   2:335/601 602 .2 .4 336/232
  672. ; All that nodes should be already listed in the #NODE lines.
  673. ; EchoMail will be imported only from these nodes and will be exported only to these nodes.
  674. ; If you precede a node entry with a '-' msgs imported from that node will be routed
  675. ; to the BAD area.
  676. ; If you precede a node entry with a '+' msgs won't be exported to that node
  677. ; For example: "Nodes   2:335/601 602 -.2 .4 +336/232"
  678. ; Of course a Point should insert here only the address of his Boss
  679.  
  680.  
  681. #MAILAREA  "\bMatrix"  MATRIX  MAIL:MATRIX/  2:335/602.2@fidonet  netmail 0
  682. MsgBase   Compressed
  683. Show      All
  684. SortBy    Number
  685. DeleteBy  Number 500
  686. AltPath   MAIL:FILES/MATRIX/
  687. Charset   LATIN LATIN
  688.  
  689. #FECHOAREA  "\8MM Beta"  MMBETA  MAIL:FIDO/MMBETA/  2:335/602.2@fidonet  fidonet 30
  690. MsgBase   Compressed
  691. Show      All
  692. SortBy    Number
  693. DeleteBy  Number 500
  694. Desc      "Only for the Testers of the Best Program of the World"
  695. AltPath   MAIL:FILES/MMBETA/
  696. Charset   LATIN LATIN
  697. ; SysopName MMMaster
  698. ; Logo      Short
  699. Origin    MMBeta
  700. Nodes     2:335/602
  701.  
  702. #FECHOAREA  "\8MM Beta Ita"  MMBETA.ITA  MAIL:FIDO/MMBETA.ITA/  2:335/602.2@fidonet  fidonet 30
  703. MsgBase   Compressed
  704. Show      All
  705. SortBy    Number
  706. DeleteBy  Number 500
  707. AltPath   MAIL:FILES/MMBETA.ITA/
  708. Charset   LATIN LATIN
  709. Prologue  Italiano
  710. ; Logo      Short
  711. Origin    MMBeta
  712. Nodes     2:335/602
  713.  
  714. #ECHOAREA  "\8MM Support"  MM_AMY  MAIL:AMY/MM_AMY/  39:102/10.0@amiganet  amiganet 10
  715. MsgBase   Compressed
  716. Show      All
  717. SortBy    Number
  718. DeleteBy  Number 500
  719. Charset   LATIN LATIN
  720. Nodes     39:102/1
  721.  
  722.  
  723. #ECHOAREA  "AmigaNet \bComms\n"  COMMS_AMY  MAIL:AMY/COMMS_AMY/  39:102/10.0@amiganet  amiganet 10
  724. MsgBase   Compressed
  725. Show      All
  726. SortBy    Number
  727. DeleteBy  Number 200
  728. Charset   LATIN LATIN
  729. Font      XHelv
  730. Nodes     39:102/1 10.1 .2 .3
  731.  
  732.  
  733. #MAILAREA  "\b\3E-Mail"  E-MAIL  MAIL:NETGATE/E-MAIL/  99:99/99.99@netgate  netgated 0
  734. MsgBase   Compressed
  735. Show      All
  736. SortBy    Number
  737. DeleteBy  Date 100
  738. NumDupes  501
  739. Charset   LATIN   LATIN
  740. Logo      UUCP
  741.  
  742.  
  743. #ECHOAREA  "\b\3ML\n\0 MUI"  ML_MUI  MAIL:NETGATE/ML_MUI/  99:99/99.99@netgate  netgated 0
  744. MsgBase   Compressed
  745. Show      All
  746. SortBy    Number
  747. DeleteBy  Date 30
  748. Logo      UUCP
  749. Nodes     99:99/99
  750.  
  751.  
  752. #ECHOAREA  "\b\3CSA\n\0 Amiga"  CSA_AMIGA  MAIL:NETGATE/CSA_AMIGA/  99:99/99.99@netgate  netgated 0
  753. MsgBase   Compressed
  754. Show      New
  755. SortBy    Subject
  756. DeleteBy  Date 5
  757. Logo      UUCP
  758. Nodes     99:99/99
  759.  
  760.  
  761. #BADAREA  "\b\3BAD\n"  BAD_MSGS  MAIL:BAD/  2:335/602.2@fidonet  bad 0
  762. ReadOnly
  763. MsgBase   Compressed
  764. Show      All
  765. SortBy    Number
  766. DeleteBy  Number 0
  767.  
  768.  
  769.  
  770.  
  771. ;#TICKAREA <Tag> <Path> <Address> <GroupLabel> <GroupLevel>
  772. ;Desc        "<Description>"
  773. ;AltPath     <AltPath>
  774. ;TickCommand <TickCommand>
  775. ;UserFlags   <UserFlags>
  776. ;Nodes       <Nodes>
  777. ;
  778. ; Here you have to list all your Tick Areas
  779. ;
  780. ;  <Tag>  is the TagName of the Area
  781. ;  <Path>  is the Path of the Area Directory. This MUST be the path where FILES will be placed
  782. ;  <Address>  is the Address you will use in this Area
  783. ;  <GroupLabel>  is the Label of the group this area belongs to
  784. ;  <GroupLevel>  is the access level required for this area within the group
  785. ;
  786. ; the "Desc" line sets the Description for the previously defined Area.
  787. ;
  788. ; the "AltPath" line sets an Alternate path for the area.
  789. ; Mail Manager does not use this Path. You can use it for your own purposes
  790. ;
  791. ; During the Ticks Export function MM performs the following operations:
  792. ; - If there is a file to replace, MM deletes that file from the area
  793. ; - it copies the file to the Area Path
  794. ; - it inserts the description of the file inside the file comment
  795. ; If you want to perform some other operations you can include them in a
  796. ; #TICKCOMMAND and insert its Label in the "TickCommand" line.
  797. ;
  798. ; the "UserFlags" line is used for specifing the User Flags for the area.
  799. ; Mail Manager does not use this field. You can use it for your own purposes
  800. ;
  801. ; the "Nodes" line list all the nodes connected to the previously defined Area.
  802. ; The nodes should be listed in the same format used in a 4D Seen-By line. For example:
  803. ; Nodes   2:335/601 602 .2 .4 336/232
  804. ; All that nodes should be already listed in the #NODE lines.
  805. ; Files will be imported only from these nodes and will be exported only to these nodes.
  806. ; If you precede a node entry with a '-' files coming from that node won't be imported
  807. ; If you precede a node entry with a '+' files won't be exported to that node
  808. ; Of course a Point should insert here only the address of his Boss
  809.  
  810.  
  811. #TICKAREA  MM_UTILS  MAIL:TICKS/MM_UTILS/ 39:102/10.0@amiganet  amiganet 30
  812. Desc        "Utilities for Mail Manager"
  813. Nodes       39:102/1
  814.  
  815. #TICKAREA  MMBETA  MAIL:TICKS/MMBETA/  2:335/602.2@fidonet  fidonet 30
  816. Desc        "Only for the Testers of the Best Program of the World"
  817. TickCommand DLG
  818. Nodes       2:335/602
  819.  
  820. #TICKAREA  NODEDIFF  MAIL:TICKS/NODEDIFF/  2:335/602.2@fidonet  fidonet 30
  821. Nodes       2:335/602
  822.  
  823. #TICKAREA  AMYNLIST  MAIL:TICKS/AMYNLIST/  39:102/10.0@amiganet  amiganet 30
  824. Nodes       39:102/1 -10.1
  825.  
  826. #TICKAREA  AMYNDIFF  MAIL:TICKS/AMYNDIFF/  39:102/10.0@amiganet  amiganet 30
  827. Nodes       39:102/1
  828.  
  829.